From cdd672cc5a5a902592922f6eb735b0b378d0d9d6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Mar 1993 03:40:35 +0000 Subject: [PATCH] (describe-function): Add blank line above doc string. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 5cf31dfeb78..a067e23e0f6 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -304,7 +304,8 @@ C-w print information on absence of warranty for GNU Emacs." (t ""))) (terpri) (if (documentation function) - (princ (documentation function)) + (progn (terpri) + (princ (documentation function))) (princ "not documented")) (cond ((byte-code-function-p def) (save-excursion -- 2.30.2